onMotionEvent

open fun onMotionEvent(@NonNull event: MotionEvent, axis: Int)(source)

Called to report when a differential motion happens on the View that's the target for fling.

Parameters

event

the MotionEvent being reported.

axis

the axis being processed by the target View.